home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / amos / iff2amossource.lha / IFF2AMOSSrc.txt < prev    next >
Text File  |  1980-01-11  |  2KB  |  53 lines

  1. #########################################################
  2.  
  3.           IFF 2 AMOS Source Code By Manu Evans
  4.  
  5. #########################################################
  6.  
  7. Short:
  8.  
  9.         To convert an IFF picture to amos source code to
  10.         be included in your code or loaded as an
  11.         accessory.
  12.  
  13. Requirements:
  14.  
  15.         * An Amiga ...
  16.         * WB 2 or above
  17.         * Reqtools.Library (Included)
  18.         * Some IFF's
  19.         * A minute or 2
  20.  
  21. Usage:
  22.  
  23.         Run the program and follow the on screen prompts.
  24.  
  25.         Input file - The IFF for input.
  26.         Picture width - The width in pixels of your pic.
  27.         Picture height - The height in pixels of your pic.
  28.         Colours - The number of colours
  29.         Screen mode - The screen mode AMOS will open to
  30.                         the screen in.
  31.         Output file - The file to save to .. eg.
  32.                         DH1:Programming/Amos/Pic.Asc
  33.  
  34. Info:
  35.  
  36.         The converter converts the bitmap to an amos
  37.         procedure named _Picture[S]. The "S" being the
  38.         screen number u want the proc to open.
  39.  
  40.         Sorry bout the screen width and height thing ...
  41.         I'll fix that in the next version. Just couldnt
  42.         be bothered making it autodetect and I dont know
  43.         how autodect colours ...
  44.  
  45.         Send me an email and tell me that u use it and
  46.         improvements that I could make. If anybody
  47.         has ever seen a program just the same as this,
  48.         tell me of it ..
  49.  
  50.         Thanx to Peter Gordon for the ReqTools Procs
  51.  
  52.         Manu Evans <mhemsl10@scu.edu.au>
  53.